widgets.IATWoojin.wjContentMenu

Widget Description

short: wdkTraining
de: wdkTraining
en: wdkTraining

Properties

name type description bindable readOnly required defaultValue localizable
breakWord Boolean Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. false false false false false
buttonColumn Number It will decide number of columns. false false false 0 false
buttonPressedFlag Boolean boolean will be set to true if button is pressed true false false false false
buttonRow Number It will decide number of row. false false false 0 false
buttonStyle String It is style of Button. you should define userStyle in Button widget false false false false
contentIdName String It is Id of Content what have to be Loaded with System:LoadContentInArea. true false false false
contentLoaderId String It is Id of wjContentLoader. false false false false
contentRefId String It is contentId having wjContentLoader. false false false false
enable Boolean Initial option to enable widget. true false false true false
groupName String false false false false
imageAlign brease.enum.ImageAlign Position of image relative to text. false false false left false
imagePrefix String It is prefix for filename of image. ex) Image/Etc/ false false false false
jsonPath String Path of JSON file with the information of items that each group contains false false false false
multiLine Boolean If true, more than one line is possible.
Text will wrap when necessary (if property wordWrap is set to true) or at explicit line breaks (\n). If false, text will never wrap to the next line. The text continues on the same line.
false false false false false
permissionOperate RoleCollection restricts operability to users, which have given roles false false false false
permissionView RoleCollection restricts visibility to users, which have given roles false false false false
style StyleReference reference to a style for this widget type true false false default false
tabIndex Integer sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) false false false -1 false
textLeftMargin Boolean If true, text will have margin left. false false false false false
tooltip String reference to a tooltip for a widget false false false true
visible Boolean change visibility true false false true false
wordWrap Boolean If true, text will wrap when necessary.
This property has no effect, if multiLine=false
false false false false false
zIndex UInteger The zIndex property specifies the z-order of a widget and its childs.
When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one.
The zIndex must be unique within a content.
false false true false
left Integer absolute position measured from left boundary of parent container false false false false
top Integer absolute position measured from top boundary of parent container false false false false
height Size outer height of widget false false false 30 false
width Size outer width of widget false false false 100 false

Styleable Properties

name type description defaultValue
backColor Color

usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent

#FF8800
fontColor Color

usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent

#000000
borderStyle BorderStyle

Style of the Border of the widget Possible Values: solid, dotted, none

none
borderWidth PixelVal

usage (Syntax like CSS):

  • single Value for all directions e.g. 2px
  • seperate Value for each direction e.g. 1px 2px 3px 4px
2px
borderColor Color

usage (Syntax like CSS): - HEX Color code: #FFFFFF - rgba Component syntax: rgba(100,100,100,255) - transparent

#000000